home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / filltext.fpl.readme < prev    next >
Text File  |  1996-01-02  |  1KB  |  46 lines

  1. #############################################################################
  2. File:        FillText.FPL
  3. Author:        Jesper Skov
  4. Email:        jskov@iesd.auc.dk
  5. Short:        Reformat text paragraph according to wall_right
  6. Version:    1.2
  7. Date:        01.01.96
  8. Local settings:
  9. Global settings:fill_text_US
  10. Keysequence:
  11. Type:        function
  12. Prereq:
  13. Copyright:    © 1995-1996, Jesper Skov
  14. #############################################################################
  15.  
  16. FUNCTION
  17.  The FillText function reformats the current paragraph so each line in the
  18.  reformatted paragraph does not break the wall_right column.
  19.  
  20.  The reformatted paragraph will be indented according to the first line in
  21.  the column, i.e. if it is indented to column two, all the lines in the
  22.  reformatted paragraph will be indented to column two.
  23.  
  24.  This is a quite usefull function if you have just inserted (or removed) some
  25.  text in a paragraph and would like to have it nicely formatted again.
  26.  
  27.  Unlike the "fill text" function in CED, you may here decide if you want
  28.  double spaces following a period (full-stop). The preceding period is
  29.  followed by two spaces (US standard) whereas the next only has one following
  30.  space (European standard). See what I mean?
  31.  
  32. HISTORY (REV)
  33.  01.01.96 (2)    Fixed bug related to BlockMarkLine().
  34.  
  35.  04.10.95 (1)    Fixed some bugs and added indenting.
  36.  
  37.  12.09.95 (0)    First rev.
  38.  
  39. BUGS
  40.  None known.
  41.  
  42. TODO
  43.  
  44. SEE ALSO
  45.  
  46.